.wangankang{
	padding: 0;
	margin: 0 13% 0 16%;
}
.wangankang2356{
	padding: 0;
	margin: 0 auto;
	width: 1000px;
}

.shengchanxian{
	width: 100%;
	height: auto;
	
}
.shengchanxian li{
	display: block;
	width: 240px;
	position: relative;
	height: 290px;
	overflow: hidden;
}

.lianjietubiao{


	    width: 300px !important;
	        height: 225px !important;
	        bottom: 87px;
	        position: absolute;
	        background: #0000004a;
	        display: none !important;
	        cursor: pointer;
	        transition: all 0.25s ease-in-out;
	        left: -30px;
}

.lianjietubiao img{
	bottom: 90px;
	    position: absolute;
	    width: 50px !important;
	    height: auto !important;
	    left: 127px;
		display: none !important;
		    cursor: pointer !important;
		    transition: all 0.8s !important;
}

.shengchanxian:hover .lianjietubiao img{
	transform: scale(0.8);
	    display: block !important;
	
}

.shengchanxian:hover .lianjietubiao{
	transform: scale(0.8);
	    display: block !important;
	
}

.shengchanxian li img{
	display: block;
	width: 235px;
	height: 180px;
	cursor: pointer;
	  transition: all 0.6s;
	
}
.shengchanxian li img:hover{
  transform: scale(0.8);
  }
.shengchanxian li span{
	display: block;
}
.ayangshi{
	text-align: center;
	width: 100%;
	height: auto;
	font-size: 16px;
}
.wenziyangshi{
	    /*position: absolute;
	    z-index: 36;
	    top: 76px;
	    left: 83px;*/
	    color: red;
}

@media screen and (max-width: 991px){

.wangankang2356{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.shengchanxian {
    width: 100%;
    height: auto;
	    overflow: auto;
	}
.shengchanxian li{
	    display: block;
	        width: 100%;
	        position: relative;
	        height: 160px;
	        overflow: hidden;
}
.shengchanxian table{
	    table-layout: fixed !important;
		width: 1000px important;
}
.shengchanxian table tr{
	    
}
.shengchanxian li img{
	    display: block;
	    width: 100%;
	    height: auto;
	    cursor: pointer;
	    transition: all 0.6s;
		margin: 0 0 0 2px;
}
}